home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / hardware-part1 / 5958 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.8 KB

  1. Path: mail2news.demon.co.uk!g4wyc.demon.co.uk
  2. From: Steve Powell <Rock@g4wyc.demon.co.uk>
  3. Newsgroups: comp.sys.amiga.hardware
  4. Subject: Re: A1438 problems
  5. Date: Fri, 1 Mar 96 13:32:11 GMT
  6. Organization: UK Private Internet Account
  7. Message-ID: <9603011332.AA002p4@g4wyc.demon.co.uk>
  8. References: <4h43d6$1v1@news.xs4all.nl>
  9. X-NNTP-Posting-Host: g4wyc.demon.co.uk
  10. X-NewsSoftware: GRn 2.1 19/2/94 (PostNews Fix 31/3/95 Martin Hunt)
  11. MIME-Version: 1.0
  12. Content-Type: text/plain; charset=iso-8859-1
  13. Content-Transfer-Encoding: 8bit
  14. X-Mail2News-Path: disperse.demon.co.uk!post.demon.co.uk!g4wyc.demon.co.uk
  15.  
  16.  
  17. In article <4h43d6$1v1@news.xs4all.nl> donjanus@xs1.xs4all.nl (donjanus) writes:
  18. > Hi!
  19. > Since last tuesday I am the proud owner of a new monitor. I am 
  20. > experiencing some weird problems though.
  21.  
  22. Ah yes, I remember them well
  23.  
  24. > Although the monitor is fine, the software is acting weird. For example 
  25. > F1GP won't show a screen, just disorted pixels...
  26.  
  27. Ah yes, the old ah! I'm running a higher res screen and now bugger all
  28. games work, routine.  Turn off mode promotion in IControl, if that
  29. doesn't fix it get EmbedderII from Aminet and use that to open a blanck
  30. screen as the game starts.  All this can be done automatically in a
  31. script.
  32.  
  33. > AWeb doesn't show pictures and IBrowse needed a new datatype. Also, the 
  34. > screen moves to the right in lower resolutions.
  35.  
  36. Ah yes, spend some more time aligning your screen modes in Overscan the
  37. prefs editor.
  38.  
  39. > Any help? What did I do wrong?  
  40.  
  41. Not so much you as various programmers not quite doing what they should,
  42. in fairness, perhaps the game came out before the AGA chip set so they
  43. may have an excuse.  Mind you not much of one, as Productivity screen
  44. mode was available under ECS and I used to use it on my old A500+ and
  45. get similar problems.  Just remember that if all else fails put the
  46. Workbench screen mode back to PAL/NTSC high res, turn screen mode
  47. promotion off and that should cure it, also use EmbedderII and you
  48. should be able to run most things.  Also to have script do these things
  49. for you, remember that ALL the prefs editors can be used from the CLI
  50. with the USE keyword, so your game script can reset everything for you
  51. and run the game.
  52.  
  53. Another hint, as you will find many games now have this type of problem,
  54. don't just write the script for every game write a script and put it in
  55. s: call the script something like s:badgame then call the script in your
  56. game script like:
  57.  
  58. execute s:badgame
  59. embedder nameofgame.exe
  60. exceute s:restoresys
  61.  
  62. Hope that helps
  63.  
  64. --
  65.        /// A M   M I GGGGG A      Steve Powell           G4WYC
  66.       /// AA MM|MM I G     AA     Bracknell, UK.         IO91pj
  67. \\\  /// A A M M M I G GGG A A
  68.  \\ /// AAAA M   M I G   G AAAA   Rock@g4wyc.demon.co.uk
  69.   \/// A   A M   M I GGGGG A   A  Demon Internet, Amiga A4000/040 & AmiTCP
  70.  
  71.